Feature: Debería permitir al usuario editar una página existente

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 35.083s

Scenario: Debería permitir al usuario editar una página existente

Before 0m 1.699s
Given I open the Ghost login page 0m 2.500s
And I wait for 2 seconds 0m 2.455s
And I enter login email CSV "USERNAME1" 0m 0.921s
And I wait for 3 seconds 0m 3.481s
And I enter login password CSV "PASSWORD1" 0m 0.958s
And I wait for 3 seconds 0m 3.459s
And I submit login 0m 0.958s
And I wait for 5 seconds 0m 5.532s
And I navigate to the pages page 0m 1.214s
And I enter to create a new page 0m 1.466s
And I enter page details "My New Page 1" "This is the content of my first page" 0m 1.451s
And I publish the page 0m 0.860s
And I wait for 2 seconds 0m 2.322s
And I navigate to the pages page 0m 0.318s
When I open the page with title "My New Page 1" 0m 1.570s
And I edit the page title to "Updated Page Title" and content "Updated content of the page" 0m 0.997s
And I edit the page 0m 1.643s
And I navigate to the pages page 0m 0.622s
Then I should see the page "Updated Page Title" in the pages list 0m 0.638s
After 0m 0.019s

Screenshots

Before
NO IMAGE AVAILABLE
Given I open the Ghost login page
And I wait for 2 seconds
And I enter login email CSV "USERNAME1"
And I wait for 3 seconds
And I enter login password CSV "PASSWORD1"
And I wait for 3 seconds
And I submit login
And I wait for 5 seconds
And I navigate to the pages page
And I enter to create a new page
And I enter page details "My New Page 1" "This is the content of my first page"
And I publish the page
And I wait for 2 seconds
And I navigate to the pages page
When I open the page with title "My New Page 1"
And I edit the page title to "Updated Page Title" and content "Updated content of the page"
And I edit the page
And I navigate to the pages page
Then I should see the page "Updated Page Title" in the pages list
After
NO IMAGE AVAILABLE